home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 2324 / 2324.xpi / chrome / sessionmanager.jar / skin / classic / sessionmanager / sessionexplorer.css < prev    next >
Cascading Style Sheet File  |  2007-09-30  |  549b  |  19 lines

  1. #sessiontree treechildren::-moz-tree-image(autosave) {
  2.   margin-right: 2px;
  3.   list-style-image: url("chrome://sessionmanager/skin/autosave.png");
  4. }
  5.  
  6. #sessiontree treechildren::-moz-tree-cell-text(latest) {
  7.   color: blue;
  8. }
  9.  
  10. #tb_btn_rename {
  11.   list-style-image: url("chrome://browser/skin/bookmarks/Bookmarks-toolbar.png");
  12.   -moz-image-region: rect(0px, 144px, 24px, 120px);
  13. }
  14.  
  15. #tb_btn_delete {
  16.   list-style-image: url("chrome://browser/skin/bookmarks/Bookmarks-toolbar.png");
  17.   -moz-image-region: rect(0px, 168px, 24px, 144px);
  18. }
  19.